home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 53 / PC Actual CD 53.iso / Demos / Fax / Faxgate / Fpapi.pro < prev    next >
Encoding:
Text File  |  1998-04-23  |  2.5 KB  |  63 lines

  1. FPAPI Profile
  2. -------------
  3.  
  4. Send Dbase Directory (fax queue directory)
  5.  SDD \\UNC name here of queue path
  6. Pickup Filenames (ASCII pickup files only - max.10)
  7.  PF c:\fpapi\*.txt
  8. PostScript Pickup Filenames (Mail Merge .PS pickup files only - max. 10)
  9.  PPF c:\fpapi\*.prn
  10.  PPF c:\fpapi\*.ps
  11. Purge Message Files 
  12.  PMF c:\fpapi\*.old 3d
  13. Debug Mode (+/-) - enable/disables detailed event logging
  14.  DEBUG +
  15.  
  16. Other FPAPI options:
  17. Poll Interval (in seconds, default=10)
  18. *PI 10
  19. Image File Directory (directory for images without an explicit path)
  20. *IFD c:\Faxgate\Covers
  21. Default User Ident (sets User ID, overridden by #CI or mail address)
  22. *DUI MMAPI
  23. Default User Type (sets User Type, overridden by #CT)
  24. *DUT LN
  25. Default Notify (sets Notify field, overridden by #CN)
  26. *DN F
  27. Done Extension  for renaming files that have been processed
  28. (default = .old)
  29. *DE .don
  30. Resolution (F=Fine/S=Standard (default))
  31. *RES S
  32. Mail Dbase Directories (up to 5 lines each specifying a mail type code 
  33. and a queue file directory for mail routing)
  34. *MDD /LN f:\fax\lnqueue
  35. *MDD ^MS f:\fax\msqueue
  36. *MDD $CC f:\fax\ccqueue
  37.  
  38. Description of main options:
  39. Send Dbase Directory (directory for pending and complete dbase files -
  40. check Server's Send DB object if unsure of path, but it is generally in
  41. the QUEUE subdirectory of the Faxgate directory).
  42. Can be overriden by a PF or PPF queue path or a message #QF queue path.
  43. e.g. SDD "\\testy\mm\queue"
  44.  
  45. Pickup Filenames (ASCII pickup files only - specify up to 10 full filenames
  46. using wildcard, e.g. c:\pickup\*.txt).  Supports long filenames. Optionally
  47. supports a queue directory per Pickup Filename specification,
  48. e.g. PF c:\api\*.txt "c:\long directory name\text queue directory", which
  49. overrides the SDD option (which has to be specified anyway).  Quotes not
  50. required if no spaces in queue path, e.g. PF c:\api\*.txt c:\mm\queue.
  51.  
  52. PostScript Pickup Filenames (Mail Merge .PS pickup files only - specify up
  53. to 10 full filenames using wildcard, e.g. c:\pickup\*.ps).  Supports long
  54. filenames.  Optionally supports a queue directory per Pickup Filename,
  55. e.g. PPF c:\api\*.ps "c:\long directory name\postscript queue directory",
  56. which overrides the SDD option (which has to be specified anyway).  Quotes
  57. not required if no spaces in queue path, e.g. PPF c:\api\*.ps c:\mm\queue.
  58.  
  59. Purge Message Files (optional - Files to be purged, e.g. API files
  60. after processing - filename and hours(h) or days(d) after file creation
  61. before deletion.  Up to 10 lines permitted.)
  62.  
  63.